From: Kim F. Storm Date: Fri, 19 Mar 2004 00:42:37 +0000 (+0000) Subject: (Qcenter): Move to xdisp.c. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23649 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0649220b28afd5edd3c39fbb5b9957444b5d4d08;p=emacs.git (Qcenter): Move to xdisp.c. --- diff --git a/src/image.c b/src/image.c index 23777dca253..34db5e53367 100644 --- a/src/image.c +++ b/src/image.c @@ -606,6 +606,7 @@ Lisp_Object Qxbm; extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; extern Lisp_Object QCdata, QCtype; +extern Lisp_Object Qcenter; Lisp_Object QCascent, QCmargin, QCrelief; Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; @@ -613,7 +614,6 @@ Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; /* Other symbols. */ Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; -Lisp_Object Qcenter; /* Time in seconds after which images should be removed from the cache if not displayed. */ @@ -7400,8 +7400,6 @@ syms_of_image () staticpro (&Qedge_detection); Qheuristic = intern ("heuristic"); staticpro (&Qheuristic); - Qcenter = intern ("center"); - staticpro (&Qcenter); Qpostscript = intern ("postscript"); staticpro (&Qpostscript);